home *** CD-ROM | disk | FTP | other *** search
/ Wolfenstein 3D & Blake S… Gold (Companion Edition) / Wolfenstein 3D and Blake Stone Aliens of Gold - Companion Edition.iso / wolf / w3dwe / wolfedit.doc < prev    next >
Text File  |  1992-05-18  |  2KB  |  58 lines

  1. WolfEdit v1.0                        Wolfenstein 3-D Graphics Editor
  2.  
  3. Unpack the .ZIP file into the subdirectory where you have Wolf3D installed.
  4.  
  5. WolfEdit allows you to modify the VSWAP.WL1 file, which contains the images
  6. used by Wolfenstein 3-D from Apogee.  Before running WolfEdit, you need to 
  7. make a backup of the VSWAP.WL1 file.  The backup should be called VSWAP.BAK.  
  8. WolfEdit uses this file for restoring wall images to their original state.
  9.  
  10. The upper left corner of the screen contains the wall images.  Use the 
  11. mouse to draw in this area.  To change the color the mouse draws with, 
  12. click in the palette area.  A diffent color is associated with each mouse 
  13. button.
  14.  
  15. Key definitions:
  16.  
  17. UP/DOWN: scroll between the 64 different wall images
  18.  
  19.   Q: quits (changes are saved automatically)
  20.   L: load a previously saved wall image
  21.   S: save the current wall image to a .WAL file
  22.   R: restore the current wall image (using VSWAP.BAK)
  23.   C: clear the current wall image to the current left mouse color
  24.   G: import a GIF file into the current wall image 
  25.  
  26. The L and S keys allow you to save/load .WAL files.  A .WAL file is
  27. simply a binary file containing the data for a wall image.  It is not
  28. in any standard format that another program could use.  If you don't
  29. include an extension on the filename you type, .WAL is added.
  30.  
  31. The R key replaces the current image with the corresponding image from
  32. the VSWAP.BAK file.
  33.  
  34. The C key clears the wall image using the color that is currently 
  35. associated with the left mouse button.
  36.  
  37. The G key allows you to load a GIF image, select a 64x64 section of it, 
  38. and copy it to the current wall image.  I included this feature so you 
  39. can use the paint/draw program of your choice to design the graphics. 
  40. It is important to note that the palette of Wolf3d is fixed, and any  
  41. GIF you import will have to be converted to the Wolf3d palette.  This 
  42. is done automatically by WolfEdit, but it sometimes results in a noticable 
  43. change between the GIF and the wall image.  Also, if the GIF you select 
  44. is bigger than 320x200, only the upper-leftmost 320x200 will be loaded. 
  45.  
  46. I have included several .WAL files, and the GIFs that they were made from:
  47.  
  48. BOB.WAL    - Bob!
  49. CANDY.WAL  - little girl
  50. LYAP.WAL   - lyapunov fractal
  51.  
  52. If you find any bugs, or have suggestions about improvements, please let 
  53. me know.  I can be reached via e-mail at the following addresses:
  54.  
  55.     bkirby@cs.umr.edu
  56.     s088536@umrvmb.bitnet
  57.  
  58.